* s~\t+$~~
[lhc/web/wiklou.git] / maintenance / rebuildInterwiki.php
index 42888eb..19e081a 100644 (file)
@@ -18,7 +18,7 @@ chdir( $oldCwd );
 $sql = getRebuildInterwikiSQL();
 
 # Output
-if ( isset( $options['o'] ) ) {        
+if ( isset( $options['o'] ) ) {
        # To file specified with -o
        $file = fopen( $options['o'], "w" );
        fwrite( $file, $sql );